Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
Improve PHP network programming performance: Optimize socket communication using socket_cmsg_space function
7
Settype() Notes when converting boolean values
3
How to use mb_strcut to intercept multibyte strings
8
What Are the Common Confusions and Differences Between is_real and is_numeric in PHP?
7
Similar Functions
ctype_space
ctype_space
Checkspacecharacters
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_print
ctype_print
Checkprintablecharac
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_graph
ctype_graph
Checkforanyprintable
Popular Articles